home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / sare / r3sare.js
Encoding:
JavaScript  |  2005-04-04  |  503 b   |  33 lines

  1.  
  2. // JavaScript wrapper for inc/real/sare/r3sare.h
  3. // Auto generated file, do not modify by hand
  4. // Copyrights 2002, Realsoft Graphics Oy
  5.  
  6. var R3_SARE_H = 1;
  7. include("oops/r3root.js")
  8.  
  9.  
  10. var R3CLID_SARE = 385;
  11.  
  12.  
  13. // ==== Methods ==== 
  14.  
  15.  
  16.  
  17. // ==== Attributes ==== 
  18.  
  19.  
  20.  
  21.  
  22. function r3Sare () { 
  23.    this.base = r3God;
  24.    if(arguments.length) {
  25.       this.base(R3CLID_SARE, arguments);
  26.    }
  27.    // Methods
  28.  
  29.    // Attributes
  30. }
  31.  
  32. r3Sare.prototype=new r3Root;
  33. // inc/real/sare/r3sare.h_H